home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Universal / Interfaces / AIncludes / Kernel.a < prev    next >
Encoding:
Text File  |  1997-08-12  |  678 b   |  31 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        Kernel.a
  3. ;
  4. ;    Contains:    Kernel Interfaces
  5. ;
  6. ;    Version:    Technology:    System 8
  7. ;                Release:    Universal Interfaces 3.0.1
  8. ;
  9. ;    Copyright:    © 1994-1997 by Apple Computer, Inc., all rights reserved
  10. ;
  11. ;    Bugs?:        Please include the the file and version information (from above) with
  12. ;                the problem description.  Developers belonging to one of the Apple
  13. ;                developer programs can submit bug reports to:
  14. ;
  15. ;                    devsupport@apple.com
  16. ;
  17. ;
  18.     IF &TYPE('__KERNEL__') = 'UNDEFINED' THEN
  19. __KERNEL__ SET 1
  20.  
  21.     IF &TYPE('__DRIVERSERVICES__') = 'UNDEFINED' THEN
  22.     include 'DriverServices.a'
  23.     ENDIF
  24.  
  25. ;    The contents of Kernel.h has been merged into DriverServices.h
  26. ;
  27.  
  28.     ENDIF ; __KERNEL__ 
  29.  
  30.